@CHARSET "UTF-8";

.tosatbox{
	width: 300px;
	min-height: 150px;
	background-color: black;
	opacity: 0.8;
	position: fixed;
	left: 50%;
	margin-left: -150px;
	top: 30%;
	color:white;
	text-align: center;
	display: none;
	z-index:1000;
}
.tosatbox p{
	padding: 70px 0;
}